3D Graphics Programming with QuickDraw 3D 1.5.4
Previous | QD3D Book | Overview | Chapter Contents | Next |
A camera range object is used to set the near and far clipping planes of its parent camera. Distances are measured in the direction defined by the camera vector, which is normal to both clipping planes.
View angle aspect camera, view plane camera, orthographic camera. A camera placement object always has a parent object.
Container (
ViewPlaneCamera ( ... )
CameraPlacement ( ... )
CameraRange (
.01 # hither
75 # yon
)
)
Previous | QD3D Book | Overview | Chapter Contents | Next |